home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / rbprndmo / mschartf.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-07-27  |  2.0 KB  |  66 lines

  1. VERSION 5.00
  2. Object = "{02B5E320-7292-11CF-93D5-0020AF99504A}#1.0#0"; "MSCHART.OCX"
  3. Begin VB.Form MsChartFrm 
  4.    BackColor       =   &H00FFFFFF&
  5.    Caption         =   "MsChartFrm"
  6.    ClientHeight    =   5700
  7.    ClientLeft      =   6180
  8.    ClientTop       =   3075
  9.    ClientWidth     =   9165
  10.    LinkTopic       =   "Form1"
  11.    MDIChild        =   -1  'True
  12.    ScaleHeight     =   5700
  13.    ScaleWidth      =   9165
  14.    WindowState     =   2  'Maximized
  15.    Begin VB.CommandButton Command2 
  16.       BackColor       =   &H00FFFFFF&
  17.       Caption         =   "Close"
  18.       Height          =   345
  19.       Left            =   6570
  20.       Style           =   1  'Graphical
  21.       TabIndex        =   2
  22.       Top             =   195
  23.       Width           =   810
  24.    End
  25.    Begin MSChartLib.MSChart MSChart1 
  26.       Height          =   4125
  27.       Left            =   375
  28.       OleObjectBlob   =   "MsChartFrm.frx":0000
  29.       TabIndex        =   0
  30.       Top             =   945
  31.       Width           =   6180
  32.    End
  33.    Begin VB.Shape Shape1 
  34.       Height          =   36
  35.       Left            =   684
  36.       Top             =   732
  37.       Width           =   5568
  38.    End
  39.    Begin VB.Label Label1 
  40.       Alignment       =   1  'Right Justify
  41.       BackColor       =   &H00FFFFFF&
  42.       Caption         =   "Printing MsChart With RobOPrint"
  43.       BeginProperty Font 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   13.5
  46.          Charset         =   177
  47.          Weight          =   700
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       Height          =   600
  53.       Left            =   675
  54.       TabIndex        =   1
  55.       Top             =   270
  56.       Width           =   5235
  57.    End
  58. Attribute VB_Name = "MsChartFrm"
  59. Attribute VB_GlobalNameSpace = False
  60. Attribute VB_Creatable = False
  61. Attribute VB_PredeclaredId = True
  62. Attribute VB_Exposed = False
  63. Private Sub Command2_Click()
  64. Unload Me
  65. End Sub
  66.